net/http.http2serverConn.hs (field)
14 uses
net/http (current package)
h2_bundle.go#L4275: hs: opts.baseConfig(),
h2_bundle.go#L4308: if sc.hs.WriteTimeout > 0 {
h2_bundle.go#L4425: hs *Server
h2_bundle.go#L4484: n := sc.hs.MaxHeaderBytes
h2_bundle.go#L4571: if sc.hs.ConnState != nil {
h2_bundle.go#L4572: sc.hs.ConnState(sc.conn, state)
h2_bundle.go#L4583: if lg := sc.hs.ErrorLog; lg != nil {
h2_bundle.go#L4768: sc.vlogf("http2: server connection from %v on %p", sc.conn.RemoteAddr(), sc.hs)
h2_bundle.go#L5522: if http2h1ServerKeepAlivesDisabled(sc.hs) {
h2_bundle.go#L5900: if sc.hs.ReadTimeout > 0 {
h2_bundle.go#L5902: st.readDeadline = sc.srv.afterFunc(sc.hs.ReadTimeout, st.onReadTimeout)
h2_bundle.go#L5921: if sc.hs.ReadTimeout > 0 {
h2_bundle.go#L5999: if sc.hs.WriteTimeout > 0 {
h2_bundle.go#L6000: st.writeDeadline = sc.srv.afterFunc(sc.hs.WriteTimeout, st.onWriteTimeout)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |